
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-family: 'Poppins', sans-serif;
}

html{
    background-color: #ffffff;
}
.main1 {
    display: flex;
    position: relative;
    top: 0;
}

.hero{
    display: flex;
    flex-direction: column;
}

/*.head-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.dropdown{
    flex: 0 0 60%;
    justify-content: flex-end;

}

.head-nav nav ul li a{
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color: rgb(97, 97, 97);
    text-decoration: none;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.head-nav nav ul{
    justify-content: flex-end;
    justify-content: space-evenly;
    padding: 0px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400
}

.head-nav nav ul li:hover{
    font-size: 1.4rem;
    color: rgb(177, 177, 177);
}
.head-nav nav ul li{
    list-style: none;
    margin: 20px;
}

.head-nav nav ul{
    display: flex;
    flex-direction: row;
}
*/


.image-top{
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
}

.image-pure{
    
    flex-direction: row;
    width: 75%;
   

}


.image_pure_award {
    flex-direction: row;
    width: 75%;
}

.su-head h1{
    color: #ffffff;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 0px;
    align-self: center;
}

.su-head p{
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    align-self: center;
}

.image-pure{
    display: flex;
    flex: 1;
    padding: 40px;
    align-self: center;
    justify-content: center;
}


.image_pure_award {
    display: flex;
    flex: 1;
    padding: 40px;
    align-self: center;
    justify-content: center;
}

.about-us{
    text-align:justify;
    margin-top: 5%;
    margin-bottom: 20%;
    margin-left: 20%;
    margin-right: 20%;
    /*border: solid 4px rgba(70, 41, 4, 0.452);*/
    padding: 2% 5% 5% 5%;
}

.about-us h1{
    text-align: center;
    font-size: 30px;
    color: rgb(95, 65, 19);
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.about-us p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
}



.Contact-Us{
    text-align: center;
    font-size: 60px;
    text-transform: uppercase;

    width: 100%;
}

.section-three{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: rgb(255, 255, 255);
    padding-top: 2rem;
    padding-bottom: 10%;
    margin-left: 10%;
    margin-right: 10%;
    align-items: center;
}

@media (min-width:768px) {
    .section-three{
        display: flex;
        flex-direction: row;
        height: 330px;
    }

    .section-three .half-one{
        width: 50%;
    }
    
    .section-three .half-two{
        width: 50%;
    }
}


.section-three h1{
   
    text-align: left;
    font-size: 30px;
    color: rgb(95, 65, 19);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0 0 50px 0;

}

.section-three .half-one p{
    font-size: 16px;
    display: flex;
    width: 50%;
    margin-right: auto;
    
}

.section-three .half-one{
    width: 100%;
}

.section-three .half-two{
    width: 100%;
}

.section-three .half-one .contacts{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.section-three .half-one .icon{
    justify-content: center;
    align-self: center;
    font-size: 16px;
    padding-right: 10px;
}

.section-three .half-two{
    box-shadow: -2px 6px 20px 0 #88888877;
}

.section-three .half-one{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

iframe{
    width: 100%;
    height: 150%;
}




.section-four{
    display:flex;
    justify-content: space-around;
    flex-direction: row;
    flex: 0 0 100%;
    padding: 0px 200px;
    padding-bottom: 200px;


    background-color:rgb(255, 255, 255) ;

}

.section-four .meet-the-team{
    display: flex;
    flex-direction: row;
    flex: 0 0 100%;
    align-content: center;
}

.section-four img{
    width: 350px;
    height: 350px;
    border-radius: 50%;
    align-items: center;
    margin-bottom: 40px;
    transition: width 0.4s, height 0.4s;
}

.section-four img:hover{
    width: 400px;
    height: 400px;
    border-radius: 50%;
    align-self: center;
}

.section-four .meet-the-team .image{
    display: flex;
    flex-direction: column;
    width: 450px;
    height: 450px;
    justify-content:center ;
    align-items:center ;
}

.section-four h1{
    text-align: center;
    color: rgb(95, 65, 19);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 80px;
    text-transform:uppercase ; 
    padding-bottom: 40px;  
}

.section-four .meet-the-team p{
    text-align: center;
    color: rgb(95, 65, 19);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform:uppercase ;
}

.section-four .heading{
    display: flex;
    flex-direction: column;
}





.Product-Page-one{
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    padding-top: 2rem;
    padding-bottom: 10rem;

}

.row-one .indiv{
    display: flex;
    width: 60%;
    background-color: rgb(255, 255, 255);
    padding: 0px;
    justify-content: center;
    align-items: center;
    margin: 20px 0 20px 0;
}

.Product-Page-one .row-one{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row-one h1{
    text-align: center;
    color: rgb(95, 65, 19);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 48px;
    text-transform:uppercase; 
    margin: 0;
}

.row-one .row-two{
    width: 100%;
    display: flex;
    flex-direction: column;

}

.row-one .row-three-one{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

@media (min-width:1024px) {
    .row-one .row-three-one{
        flex-direction: row;
        width: 80%;
        justify-self: center;
        padding-top: 50px;
        height: 400px;
    }

    .row-one .indiv{
    display: flex;
    width: 20%;
    background-color: rgb(255, 255, 255);
    margin: auto;
    padding: 50px;
    width: 250px;
    height: 250px;
    justify-content: center;
    align-items: flex-start;
}

    .row-two{
        align-items: center;
    }

    .row-one .row-three-one p{
        text-align: center;
        margin: auto; 
        color: rgb(255, 255, 255); 
        background: rgb(95, 65, 19);
        padding: 20px; 
    }
}




.row-one .row-three-one img{
    width: 250px;
    height: 250px;
    transition: height .3s, width .3s, margin .3s;
}

.row-one .row-three-one p{
    text-align: center;
    margin: auto; 
    padding: 20px; 
    color: rgb(255, 255, 255);
    background: rgb(95, 65, 19);
    transition: font-size .3s;
    height: 50px;
}

.row-one .row-three-one a{
    text-align: center;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 20px 15px;
    font-size: 16px;
    text-transform: uppercase;
    height: 400px;
}

.row-one .row-three-one a:hover{
    text-align: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.527);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 20px 15px;
    font-size: 17px;
    text-transform: uppercase;
    
}




/*
.row-one .row-three-one{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 200px;
    margin-right:  200px;
}

.row-three-one .indiv{
    height: 350px;
    width: 300px;
    border: 20px white solid;
    display: flex;
    align-items: center; 
    justify-content: center;
}

.row-two img{
    height: 200px;
    margin: auto;
}

.row-three-one p{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: rgb(95, 65, 19);
    text-decoration: none;
}



html {
    --s: 200px; 
    --c: #fff; 
    
    --_g: #0000 8%,var(--c) 0 17%,#0000 0 58%;
    background: 
      linear-gradient(135deg,#0000 20.5%,var(--c) 0 29.5%,#0000 0) 0 calc(var(--s)/4),
      linear-gradient( 45deg,var(--_g)) calc(var(--s)/2) 0,
      linear-gradient(135deg,var(--_g),var(--c) 0 67%,#0000 0),        
      linear-gradient( 45deg,var(--_g),var(--c) 0 67%,#0000 0 83%,var(--c) 0 92%,#0000 0),
      #f1e19954; 
    background-size: var(--s) var(--s);
  }
  
*/

.nav-panels{
    top: 0;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: wrap;
      z-index: 1;
}

.upper{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    max-width: 100%;
    flex-direction: column;
}

.main-sub{
    display:flex;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: auto;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5%;
    align-items: center;
    
}

.content-prod{
    display: flex;
    flex-direction: row;
    width: 80%;
    justify-content: center;
    align-items: center;
    
}

.main-sub img{
    width: 100%;
    height: auto;
}
.main-sub .control{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.main-sub .control .text1  {
    margin-right: 100px;
   
}

.control h1{
    text-align: left;
    color: rgb(95, 65, 19);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 50px;
}
.content-prod .back-button{
    display: flex;
    flex-direction: column;
    width: 400px;
    flex: 1;
}


.content-prod p{
    text-align: justify;
    color: rgb(78, 78, 78);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    }

.content-prod .back{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}


.back-button .back img{
    
    margin-left: 80px;
    margin-top: 20px;
    width: 60%;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
}

.back-button .back-arrow{
    margin-left: 80px;
    width: 30px;
    margin-top: 0;
}

.back-button a:hover{
    text-decoration: underline;
}


.nav-panels .logo{
    display: flex;
    justify-content: center;
    height: 100px;
}


.nav-panels .logo img{
    align-self: center;
    justify-self: center;
    width: 300px;
    flex: 100%;
}

.nav-panels ul li{
    list-style: none;
    width: 150px;
    height: 50px;
    text-align: center;
    vertical-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgb(255, 255, 255);

    transition: background-color 0.3s;
}

.nav-panels ul li:hover{
    background-color: rgba(87, 63, 10, 0.589);
}

.nav_panels_all_bg {
    background-color: #573f0a96;
}

.nav_panels_all {
    color: white;
    font-weight: bold;
}

.nav-panels ul li a{
    vertical-align: center;
    text-align: center;
    text-decoration: none;
    color: rgb(87, 62, 10);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;

    transition: font-size 0.3s, color 0.3s, font-weight 0.3s;
}

.nav-panels ul li a:hover{
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    
}

.panels ul{
    display: flex;
    flex-direction: column;
    justify-content:center ;
    align-items: center;
}


.panels{
    display: flex;
    flex-direction: column;
}

.image_pure_award img {
    width: 100%;
    height: 100%;
}

.image-pure img{
    width: 100%;
    height: 100%;    
}

.table_width {
    width: 100%;
}

.award_page_one .row_one_table {
    display: flex;
    width: 75%;
    object-fit: cover;
}

@media (min-width:768px) {
    .nav-panels{
        display: flex;
        flex-direction: row;
        position: sticky;
    
       
    }
    .panels{
        display: flex;
        flex-direction: row;
    
    }
    .panels ul{
        display: flex;
        flex-direction: row; 
        align-items: center;
    }

    .nav-panels ul li{
        flex-direction: row;
        display: flex;
    }

    .upper{
        max-width: 100%;
    }

    .nav_panels_all_bg {
        background-color: #573f0a96;
    }

    .nav_panels_all {
        color: white;
        font-weight: bold;
    }

.image-pure img{
    width: 100%;
    height: 100%;    
}

    .image_pure_award img {
        width: 100%;
        height: 100%;
    }

    .table_width {
        width: 60%;
    }    

    .su_head_h1_au {
        color: rgb(116, 71, 21);
        text-align: justify;
    }

    .su_head_h1_au_border {
        border-left: solid 4px rgb(116, 71, 21);
    }

    .su_head_h1_au_all_border_clr {
        border: solid 2px rgb(116, 71, 21);
    }

    .su_head_h1_au_all_border_clr_font_size {
        border: solid 2px #744715;
        font-size: 24px;
    }

    .su_head_h1_au_all_border_clr_only {
        color: #744715;
    }
    
    .su-head h1{
        color: #f1c959;
        font-size: 80px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 0px;
        align-self: center;
            height: 100%;
            width:100%;
        }
    
    .su-head p{
        color: #f1c959;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 400;
        align-self: center;
        height: 100%;
        width:100%;
    }

    .nav-panels .logo{
        display: flex;
        justify-content: center;
        height: 100px;
    }
    

}

.line{
    width:75%;
    height: 2px;
    background-color: rgb(87, 62, 10);
    margin-top: 30px;
    margin-bottom: 100px;
}

.data-red, .data-red td, 
.data-red tr, .data-red th,
.data-red.image-five-five{
    width: 70%;
    table-layout:fixed;
    height: 60px;
    text-align: center;
    border: 2px solid #00000052;
    border-collapse: collapse;
    min-width: 768px;
   
 }

.data-red-one{
    display: flex;
    align-items: center;
    justify-content: center;
}

.data-red1, .data-red1 td, .data-red1 tr, 
.data-red1 th{
    width: 52%;
    table-layout:fixed;
    height: 60px;
    text-align: center;
    border: 2px solid #00000052;
    border-collapse: collapse;
    margin-left: 80px;
}

.data-red, data-red1{
    font-size: 13px;
}

.point-one{
    width: 100% !important;
}


.data th{
    text-transform: uppercase;
}

.lef{
    height: auto;
    padding: 0 10px 0 10px;
}

.data-red .table-image,.data-red1 .table-image, .image{
    border: none !important;
    padding: 20px !important;

}


.data-red .table-image,.data-red .image img{
    border: none !important;
    width: 100% !important;
    height: auto !important;
}




.space{
    height: 100px;
    background-color: rgb(255, 255, 255) ;
}

/*----- For managing image 5 start */

.image-five-one {
    
    display: flex;
    flex-direction: row;
    margin: 40px;
    position: relative;
    width: 15%;
   
  color: white;
    
}

.image-five{
    display: flex;
    flex-direction: row;
    width: 70%;
    justify-content: center;
    align-items: center;
}
.image-five-divide{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}



.image-five .image-section,.image-five-devide .image-section{
    margin: 30px 15px;
    width: 25%;
}


.back-products{
    padding: 25px 25px;
    margin: 40px 40px;
    display: flex;
    background: #000000;
}

.back-products a{
    color:#FFFFFF;
    text-decoration:none;
    transition: font-size 0.3s;
}

.back-products a:hover{
    color:#FFFFFF;
    text-decoration:none;
    font-size: larger;
}


@media screen and (max-width: 768px) {

    .image-, .four-image {
        
        flex-direction: column;
        
    }

}


@media screen and (max-width: 500px) {
.data-red, .data-red td, 
.data-red tr, .data-red th,
.data-red.image-five-five
    {
        width: 100%;
        table-layout:fixed;
        height: 60px;
        text-align: center;
        border: 2px solid #00000052;
        border-collapse: collapse;
        margin-left: 80px;
    }
}
/*----- For managing image 5 end */

.su_head_h1_au{
    font-size: 14px;
    line-height: 16px;
    font-family: 'Poppins', sans-serif; 
}

.row_new_1:after {
  content: "";
  display: table;
  clear: both;
}

.column_new_1 {
  float: left;
  width: 100%;
}


.map_width {
  width: 55%;
}

@media(max-width: 800px) {

    .map_width {
    width: 80%;
}

}
